Int16NINumericInt16NLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.LogicalAnd(
Int16N value
)
Private Function LogicalAnd (
value As Int16N
) As Int16N Implements INumeric(Of Int16N).LogicalAnd
private:
virtual Int16N LogicalAnd(
Int16N value
) sealed = INumeric<Int16N>::LogicalAnd
private abstract LogicalAnd :
value : Int16N -> Int16N
private override LogicalAnd :
value : Int16N -> Int16N
- value Int16N
- The value with which to compute the logical bitwise AND.
Int16NThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)